home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / DefineButton2_200 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  171 b   |  9 lines

  1. on(release){
  2.    if(_root.money >= 500 && _root.invinc == false)
  3.    {
  4.       _root.money -= 500;
  5.       _root.moneyD = _root.money;
  6.       _root.invinc = true;
  7.    }
  8. }
  9.